All Packages Class Hierarchy This Package Previous Next Index
Object | +----Throwable | +----Exception | +----IOException | +----java.io.UTFDataFormatException
writeUTF
method for the format in
which UTF-8 strings are read and written.
UTFDataFormatException
with no detail
message.
UTFDataFormatException
with the
specified detail message.
public UTFDataFormatException()
UTFDataFormatException
with no detail
message.
public UTFDataFormatException(String s)
UTFDataFormatException
with the
specified detail message.
All Packages Class Hierarchy This Package Previous Next Index